home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Programming
/
SecalDemo
/
Projects
/
Silly
/
Make
< prev
next >
Wrap
Text File
|
1998-06-24
|
2KB
|
47 lines
failat 10
datechk iff/background.ilbm against data/background.gfx
if warn
iffconv iff/background.ilbm data/background.gfx
endif ; BACKGROUND.ILBM
datechk iff/sprites.anim against data/ship_l.gfx data/ship_m.gfx data/ship_r.gfx data/ship_expl.gfx data/evil.gfx data/evil_expl.gfx data/ship_fire.gfx data/evil_fire.gfx
if warn
iffconv iff/sprites.anim data/ship_l.gfx left=8 top=8 width=48 height=32 last=7
iffconv iff/sprites.anim data/ship_m.gfx left=64 top=8 width=48 height=32 last=7
iffconv iff/sprites.anim data/ship_r.gfx left=120 top=8 width=48 height=32 last=7
iffconv iff/sprites.anim data/ship_expl.gfx left=176 top=8 width=48 height=32 last=15
iffconv iff/sprites.anim data/evil.gfx left=8 top=48 width=32 height=26 last=31
iffconv iff/sprites.anim data/evil_expl.gfx left=48 top=48 width=32 height=26 last=15
iffconv iff/sprites.anim data/ship_fire.gfx left=8 top=88 width=8 height=16 last=15
iffconv iff/sprites.anim data/evil_fire.gfx left=24 top=88 width=8 height=8 last=15
endif ; SPRITES.ANIM
datechk iff/ship_expl.8svx against data/ship_expl.sfx
if warn
iffconv iff/ship_expl.8svx data/ship_expl.sfx
endif ; SHIP_EXPL.8SVX
datechk iff/ship_fire.8svx against data/ship_fire.sfx
if warn
iffconv iff/ship_fire.8svx data/ship_fire.sfx
endif ; SHIP_FIRE.8SVX
datechk iff/evil_expl.8svx against data/evil_expl.sfx
if warn
iffconv iff/evil_expl.8svx data/evil_expl.sfx
endif ; EVIL_EXPL.8SVX
datechk iff/evil_fire.8svx against data/evil_fire.sfx
if warn
iffconv iff/evil_fire.8svx data/evil_fire.sfx
endif ; EVIL_FIRE.8SVX
datechk silly.scl against silly
if warn
sclc silly.scl exe "branchopt=yes" "pcrelopt=yes"
endif ; SILLY.SCL
echo "Script terminated."